projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29eff32
)
Use 'eshell-find-alias-function' instead of fboundp
author
Ruthra Kumar
<ruthrab@gmail.com>
Mon, 16 Nov 2020 22:04:36 +0000
(23:04 +0100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 16 Nov 2020 22:04:36 +0000
(23:04 +0100)
* lisp/eshell/esh-cmd.el (eshell-invoke-directly): Fix problem
with (require 'em-tramp) making password prompting from "sudo
bash" no longer work (bug#43772).
lisp/eshell/esh-cmd.el
patch
|
blob
|
history
diff --git
a/lisp/eshell/esh-cmd.el
b/lisp/eshell/esh-cmd.el
index f1cf93368998ff93cd4bdf040ae75a5cc7431ee7..68b34837a23def7796e7bc092f1bc177dea50524 100644
(file)
--- a/
lisp/eshell/esh-cmd.el
+++ b/
lisp/eshell/esh-cmd.el
@@
-918,7
+918,7
@@
at the moment are:
(funcall pred name))
(throw 'simple nil)))
t))
- (
fboundp (intern-soft (concat "eshell/" name))
))))
+ (
eshell-find-alias-function name
))))
(defun eshell-eval-command (command &optional input)
"Evaluate the given COMMAND iteratively."